home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / [DOS_Application]_BIT_Software_-_BitCom_3.58c_-_Distribution_Disks.zip / COMSERV.ACT < prev    next >
Text File  |  1990-06-01  |  497b  |  10 lines

  1.  
  2. { Autologon file for CompuServ Network }
  3.    twait(1, "sec")         { wait for 1 second }
  4.    "$03"                   { send Cntl-C character }
  5.    cwait("ID:")            { wait until 'ID:' string received }
  6.    "xxxxx,xxx$0d"          { send login id followed by carriage return }
  7.    cwait("word:")          { wait for pass'word:' prompt }
  8.    "xxxxx/xxxxxx$0d"       { send password followed by carriage return }
  9.    invoke handykey         { invoke another file which defines some keys }
  10.